home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _f17ca8e28f6617809e1cceb67cf044b4 < prev    next >
Encoding:
Text File  |  2002-05-30  |  1.2 KB  |  48 lines

  1. #ifndef _TKIMGPHOTO_VM
  2. #define _TKIMGPHOTO_VM
  3. #include "tkImgPhoto_f.h"
  4. #ifndef NO_VTABLES
  5. #define tkImgFmtPPM (*TkimgphotoVptr->V_tkImgFmtPPM)
  6. #ifndef Tk_CreatePhotoImageFormat
  7. #  define Tk_CreatePhotoImageFormat (*TkimgphotoVptr->V_Tk_CreatePhotoImageFormat)
  8. #endif
  9.  
  10. #ifndef Tk_FindPhoto
  11. #  define Tk_FindPhoto (*TkimgphotoVptr->V_Tk_FindPhoto)
  12. #endif
  13.  
  14. #ifndef Tk_PhotoBlank
  15. #  define Tk_PhotoBlank (*TkimgphotoVptr->V_Tk_PhotoBlank)
  16. #endif
  17.  
  18. #ifndef Tk_PhotoExpand
  19. #  define Tk_PhotoExpand (*TkimgphotoVptr->V_Tk_PhotoExpand)
  20. #endif
  21.  
  22. #ifndef Tk_PhotoFormatName
  23. #  define Tk_PhotoFormatName (*TkimgphotoVptr->V_Tk_PhotoFormatName)
  24. #endif
  25.  
  26. #ifndef Tk_PhotoGetImage
  27. #  define Tk_PhotoGetImage (*TkimgphotoVptr->V_Tk_PhotoGetImage)
  28. #endif
  29.  
  30. #ifndef Tk_PhotoGetSize
  31. #  define Tk_PhotoGetSize (*TkimgphotoVptr->V_Tk_PhotoGetSize)
  32. #endif
  33.  
  34. #ifndef Tk_PhotoPutBlock
  35. #  define Tk_PhotoPutBlock (*TkimgphotoVptr->V_Tk_PhotoPutBlock)
  36. #endif
  37.  
  38. #ifndef Tk_PhotoPutZoomedBlock
  39. #  define Tk_PhotoPutZoomedBlock (*TkimgphotoVptr->V_Tk_PhotoPutZoomedBlock)
  40. #endif
  41.  
  42. #ifndef Tk_PhotoSetSize
  43. #  define Tk_PhotoSetSize (*TkimgphotoVptr->V_Tk_PhotoSetSize)
  44. #endif
  45.  
  46. #endif /* NO_VTABLES */
  47. #endif /* _TKIMGPHOTO_VM */
  48.